home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000832_buchanan@grad00.math.ncsu.edu_Mon Aug 8 05:20:58 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  3KB

  1. Received: from sparc02.cc.ncsu.edu ([152.1.1.173]) by cs.umb.edu with SMTP id AA19775
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Mon, 8 Aug 1994 09:20:07 -0400
  3. Received: from math.ncsu.edu by sparc02.cc.ncsu.edu (5.67b/SYSTEMS 12-28-92 15:15:00)
  4.     id AA20059; Mon, 8 Aug 1994 09:17:18 -0400
  5. Received: from grad00.math.ncsu.edu by math.ncsu.edu (4.1/SAM 07-20-90 10:07:54/m)
  6.     id AA06232; Mon, 8 Aug 94 09:17:30 EDT
  7. Received: by grad00.math.ncsu.edu (4.1/SAM 07-20-90 10:07:54/m)
  8.     id AA06172; Mon, 8 Aug 94 09:20:58 EDT
  9. Date: Mon, 8 Aug 94 09:20:58 EDT
  10. From: buchanan@grad00.math.ncsu.edu (Bob Buchanan)
  11. Posted-Date: Mon, 8 Aug 94 09:20:58 EDT
  12. Message-Id: <9408081320.AA06172@grad00.math.ncsu.edu>
  13. To: tex-k@cs.umb.edu
  14. Cc: bob@buchanan.cssnet.sanford.nc.us
  15. Subject: Trouble compiling TeX stuff under UNIX
  16.  
  17. I apologize in advance if this forum is inappropriate for the asking
  18. of this question.
  19.  
  20. Here goes:
  21.  
  22. I downloaded from ftp.shsu.edu the files lib.tar.gz, web.tar.gz,
  23. web2c.tar.gz and some device drivers.  I followed the instructions in
  24. the README file in web2c-6.1/README (upon unpacking web.tar.gz and
  25. web2c.tar.gz) for configuring prior to doing a make.  The make fails
  26. in the following way:
  27.  
  28. # approximately 300 lines of make.log omitted ...
  29. #
  30. gcc -I./../../lib -I../../.. -I. -I/usr/local/X11R6/include -g -c uniterm.c
  31. gcc -I./../../lib -I../../.. -I. -I/usr/local/X11R6/include -g -c x10.c
  32. gcc -I./../../lib -I../../.. -I. -I/usr/local/X11R6/include -g -c x11.c
  33. rm -f window.a
  34. ar qc window.a hp2627.o next.o regis.o sun.o tek.o uniterm.o x10.o x11.o
  35. ranlib window.a
  36. gcc -o virmf -g vextra.o imf.o openinout.o mf0.o mf1.o mf2.o mf3.o mf4.o mf5.o mf6.o mf7.o mf8.o  mf9.o mf10.o -L/usr/local/X11R6/lib MFwindow/window.a -lXt  -lX11  ../lib/lib.a ../../kpathsea/kpathsea.a 
  37. ld: Undefined symbol
  38.    _SmcOpenConnection
  39.    _IceProcessMessages
  40.    _SmcRequestSaveYourselfPhase2
  41.    _SmcCloseConnection
  42.    _SmcModifyCallbacks
  43.    _SmcInteractRequest
  44.    _IceConnectionNumber
  45.    _SmcClientID
  46.    _SmcInteractDone
  47.    _SmcSaveYourselfDone
  48.    _SmcGetIceConnection
  49.    _SmcDeleteProperties
  50.    _SmcSetProperties
  51. collect2: ld returned 2 exit status
  52. *** Error code 1
  53. make: Fatal error: Command failed for target `virmf'
  54. Current working directory /home/sun1/buchanan/src/tex/web2c-6.1/web2c/mf
  55. *** Error code 1
  56. make: Fatal error: Command failed for target `programs'
  57. Current working directory /home/sun1/buchanan/src/tex/web2c-6.1/web2c
  58. *** Error code 1
  59. make: Fatal error: Command failed for target `all'
  60.  
  61. Where should the missing symbols come from?  I'm running SunOS4.1.2
  62. with X11R6, gcc, flex, and bison.  Any help in getting past this
  63. problem and successfully building TeX and its assorted programs would
  64. be appreciated.  Please email your responses directly to me as I do
  65. not subscribe to this discussion list.
  66.  
  67. Thanks,
  68. Bob Buchanan    (buchanan@ipx1.niehs.nih.gov)